home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / gle32h_1.zip / gle32 / samples.sur / jack.gle < prev    next >
Text File  |  1994-07-28  |  464b  |  24 lines

  1. size 12 5 ! You must run SURFACE before GLE'ing this file
  2. amove 1 4.5 ! to create JACK.BIG
  3. set hei .35 font pldr ! tt ! the font tt looks ugly
  4. begin table
  5. begin surface
  6.    size 5 5 
  7.    data surf1.z
  8.    zaxis min -1 max 3
  9.    xtitle "Xaxis"
  10.    ztitle "Zaxis"
  11.    points surf3.dat
  12.    riselines lstyle 2
  13.    marker dot
  14.    skirt on
  15.    rotate 80 10 0
  16.    view 2.5 3 .6
  17. end surface
  18. end table
  19. amove 7 0
  20. begin origin
  21. box 5 5 
  22. bigfile jack.big
  23. end origin
  24.